Presents the surface frame buffer. More...
#include <kanzi/gfx/commands.hpp>
Public Member Functions | |
| PresentCommand () | |
| Constructor. | |
Public Member Functions inherited from kanzi::gfx::BaseCommand | |
| uint32_t | getSize () const |
| Gets the command size in bytes. | |
| uint8_t | getTag () const |
| Gets the command tag. | |
| CommandType | getType () const |
| Gets the command type. | |
| void | setTag (uint8_t tag) |
| Sets the command tag. | |
Public Attributes | |
| FrameBufferHandleGuard | surface |
| The surface frame buffer. This must be a frame buffer that represents an on-screen surface. | |
Additional Inherited Members | |
Protected Member Functions inherited from kanzi::gfx::BaseCommand | |
| BaseCommand (CommandType t, uint32_t s) | |
| Constructor. | |
| BaseCommand (const BaseCommand &other) | |
| Copy Constructor. | |
| BaseCommand & | operator= (const BaseCommand &other) |
| Assignment operator. | |
Presents the surface frame buffer.
|
inline |
Constructor.
| FrameBufferHandleGuard kanzi::gfx::PresentCommand::surface |
The surface frame buffer. This must be a frame buffer that represents an on-screen surface.